Fix typo in previous changeset. Include is ../grant_table.h
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 3 Dec 2005 10:00:03 +0000 (11:00 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 3 Dec 2005 10:00:03 +0000 (11:00 +0100)
not ../gnttab.h.

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/include/public/io/blkif.h
xen/include/public/io/netif.h
xen/include/public/io/tpmif.h

index 1fa28473e4cecc308b633c3498cbbb5a9e12b3eb..bb92917bc352e58217cbb4de3c947b494b3323f4 100644 (file)
@@ -10,7 +10,7 @@
 #define __XEN_PUBLIC_IO_BLKIF_H__
 
 #include "ring.h"
-#include "../gnttab.h" /* for grant_ref_t */
+#include "../grant_table.h"
 
 /*
  * Front->back notifications: When enqueuing a new request, sending a
index f19220266d3bd3a644f67d870133806f02997401..dcb9b46d0e4bfa1b061c4a6af5a3777c5f699e46 100644 (file)
@@ -10,7 +10,7 @@
 #define __XEN_PUBLIC_IO_NETIF_H__
 
 #include "ring.h"
-#include "../gnttab.h" /* for grant_ref_t */
+#include "../grant_table.h"
 
 /*
  * Note that there is *never* any need to notify the backend when enqueuing
index f1394d07d34b995a9be932bdf04f4df5bae562cf..7b4a863ea9119df6b05ff933f7b6c70727fd7ef2 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef __XEN_PUBLIC_IO_TPMIF_H__
 #define __XEN_PUBLIC_IO_TPMIF_H__
 
-#include "../gnttab.h" /* for grant_ref_t */
+#include "../grant_table.h"
 
 typedef struct {
     unsigned long addr;   /* Machine address of packet.   */